--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 738cb9989c17732675f9bfab3d4b0433b4a69bd3
Parents : 37af0e6
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Date : 2026-05-04T20:51:34+02:00
Default to truecolor and nerdfonts rendering
Changes
Diff
diff --git a/nomadnet/NomadNetworkApp.py b/nomadnet/NomadNetworkApp.py
index 183730c..13f3371 100644
--- a/nomadnet/NomadNetworkApp.py
+++ b/nomadnet/NomadNetworkApp.py
@@ -1153,8 +1153,8 @@ theme = dark
# colormode = monochrome
# colormode = 16
# colormode = 88
-colormode = 256
-# colormode = 24bit
+# colormode = 256
+colormode = 24bit
# By default, unicode glyphs are used. If
# you have a Nerd Font installed, you can
@@ -1163,8 +1163,8 @@ colormode = 256
# your terminal doesn't support unicode.
# glyphs = plain
-glyphs = unicode
-# glyphs = nerdfont
+# glyphs = unicode
+glyphs = nerdfont
# You can specify whether mouse events
# should be considered as input to the
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────